home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / datenbanken / db2.4 / examples / arexxdemos / inputcheck.db < prev    next >
Text File  |  1995-03-09  |  114b  |  5 lines

  1. /* Rexxprogram for db that warns if nothing is entered */
  2. options results
  3. GETFIELD
  4. if result = "" then RETRYINPUT
  5.